home *** CD-ROM | disk | FTP | other *** search
- object GetKeyCodeDlg: TGetKeyCodeDlg
- Left = 340
- Top = 364
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'please enter your key code'
- ClientHeight = 172
- ClientWidth = 344
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Tahoma'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 14
- object Shape1: TShape
- Left = 78
- Top = 100
- Width = 12
- Height = 2
- Brush.Color = clBlack
- end
- object Shape2: TShape
- Left = 142
- Top = 100
- Width = 12
- Height = 2
- Brush.Color = clBlack
- end
- object Shape3: TShape
- Left = 206
- Top = 100
- Width = 12
- Height = 2
- Brush.Color = clBlack
- end
- object Shape4: TShape
- Left = 270
- Top = 100
- Width = 12
- Height = 2
- Brush.Color = clBlack
- end
- object lblKeycode1: TResStaticText
- Left = 16
- Top = 8
- Width = 325
- Height = 18
- TabOrder = 8
- Transparent = False
- ResourceCaption = 20065
- end
- object Label2: TResStaticText
- Left = 40
- Top = 32
- Width = 177
- Height = 18
- TabOrder = 9
- Transparent = False
- ResourceCaption = 20066
- end
- object lblKeycode2: TResStaticText
- Left = 16
- Top = 56
- Width = 312
- Height = 18
- TabOrder = 10
- Transparent = False
- ResourceCaption = 20067
- end
- object Code1: TEdit
- Left = 30
- Top = 88
- Width = 44
- Height = 22
- MaxLength = 4
- ParentColor = True
- TabOrder = 0
- OnChange = CodeChange
- OnKeyPress = CodeKeyPress
- OnKeyUp = CodeKeyUp
- end
- object Code2: TEdit
- Left = 94
- Top = 88
- Width = 44
- Height = 22
- MaxLength = 4
- ParentColor = True
- TabOrder = 1
- OnChange = CodeChange
- OnKeyPress = CodeKeyPress
- OnKeyUp = CodeKeyUp
- end
- object Code3: TEdit
- Left = 158
- Top = 88
- Width = 44
- Height = 22
- MaxLength = 4
- ParentColor = True
- TabOrder = 2
- OnChange = CodeChange
- OnKeyPress = CodeKeyPress
- OnKeyUp = CodeKeyUp
- end
- object Code4: TEdit
- Left = 222
- Top = 88
- Width = 44
- Height = 22
- MaxLength = 4
- ParentColor = True
- TabOrder = 3
- OnChange = CodeChange
- OnKeyPress = CodeKeyPress
- OnKeyUp = CodeKeyUp
- end
- object Code5: TEdit
- Left = 286
- Top = 88
- Width = 44
- Height = 22
- MaxLength = 4
- ParentColor = True
- TabOrder = 4
- OnChange = CodeChange
- OnKeyPress = CodeKeyPress
- OnKeyUp = CodeKeyUp
- end
- object OKBtn: TResTeButton
- Left = 53
- Top = 136
- Width = 75
- Height = 25
- OnClick = OKBtnClick
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 5
- ResourceCaption = 20018
- end
- object CancelBtn: TResTeButton
- Left = 141
- Top = 136
- Width = 75
- Height = 25
- OnClick = CancelBtnClick
- Cancel = True
- ModalResult = 2
- TabOrder = 6
- ResourceCaption = 20019
- end
- object HelpBtn: TResTeButton
- Left = 229
- Top = 136
- Width = 75
- Height = 25
- OnClick = HelpBtnClick
- TabOrder = 7
- ResourceCaption = 20023
- end
- object ThemeForm: TTeForm2
- ThemeObject = 'StandardDialog'
- Left = 16
- Top = 96
- end
- end
-